Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sonarqube code coverage #2011

Open
wants to merge 2 commits into
base: integration
Choose a base branch
from
Open

sonarqube code coverage #2011

wants to merge 2 commits into from

Conversation

cogross
Copy link
Collaborator

@cogross cogross commented Jun 27, 2023

Added new "coverage" module and made changes to enable the SonarQube/Jacoco code coverage reports.
Uses a local SonarQube instance to keep track of the coverage report. It can run in docker. Contact me for steps to get it in place.
** must use 3.8.x version of maven - 3.9.y does not work, known issue w/ sonarqube **
mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=DataWave -Dsonar.projectName='DataWave' -Dsonar.host.url=http://localhost:8080 -Dsonar.token=<token>

@cogross cogross force-pushed the tasks/code-coverage branch from 523f27b to 0203200 Compare June 27, 2023 16:20
warehouse/pom.xml Outdated Show resolved Hide resolved
@cogross cogross force-pushed the tasks/code-coverage branch 3 times, most recently from ce563c1 to 480a0c0 Compare July 6, 2023 12:46
@cogross cogross force-pushed the tasks/code-coverage branch 6 times, most recently from dd3a78c to 69b02ac Compare July 18, 2023 11:12
@cogross cogross force-pushed the tasks/code-coverage branch 5 times, most recently from 00034e4 to 1077cab Compare July 28, 2023 14:43
@cogross cogross force-pushed the tasks/code-coverage branch 4 times, most recently from a2d49f6 to f708570 Compare August 8, 2023 11:27
@cogross cogross force-pushed the tasks/code-coverage branch 4 times, most recently from 28ee05b to 44226c2 Compare August 16, 2023 12:12
@cogross cogross force-pushed the tasks/code-coverage branch 5 times, most recently from 8dc64ed to f1bba0c Compare August 22, 2023 13:39
@cogross cogross force-pushed the tasks/code-coverage branch 4 times, most recently from 974746b to 9a4364c Compare September 16, 2024 14:41
@cogross cogross force-pushed the tasks/code-coverage branch 3 times, most recently from 31646c2 to 054f54c Compare September 25, 2024 20:00
@cogross cogross force-pushed the tasks/code-coverage branch 6 times, most recently from 4a6534a to 9b49b75 Compare October 7, 2024 18:51
@cogross cogross force-pushed the tasks/code-coverage branch from 9b49b75 to a7f2071 Compare October 15, 2024 16:27
@cogross cogross force-pushed the tasks/code-coverage branch 3 times, most recently from 122c8b9 to 81d396c Compare November 4, 2024 11:18
@cogross cogross force-pushed the tasks/code-coverage branch from 81d396c to d894c3e Compare November 6, 2024 17:30
@cogross cogross force-pushed the tasks/code-coverage branch 3 times, most recently from ff6464f to e9cccf0 Compare November 20, 2024 11:31
@cogross cogross force-pushed the tasks/code-coverage branch 2 times, most recently from 50cc4cd to df6a0d7 Compare November 27, 2024 12:45
@cogross cogross force-pushed the tasks/code-coverage branch 4 times, most recently from c4f47f3 to dc3ae32 Compare December 9, 2024 14:42
Christopher Gross cogross and others added 2 commits December 17, 2024 13:13
@cogross cogross force-pushed the tasks/code-coverage branch from dc3ae32 to a7fe249 Compare December 17, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants